home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / samples / uclvax2 / cron / mmdf.table < prev    next >
Encoding:
Text File  |  1986-02-01  |  411 b   |  17 lines

  1. #
  2. set dir="/common/mmdftable"
  3. set  ht="$dir/hosts.txt"
  4. cd "$dir"
  5. rm -f arpa
  6. rm -f smtp.names
  7. cp arpa.head arpa
  8. cp smtp.head smtp.names
  9. cd /common/bin/mmdf
  10. dmtable $ht -t tcp -d arpa  >>& "$dir/arpa"
  11. hstable $ht -t tcp >>& "$dir/smtp.names"
  12. rm -f "$dir/all.names"
  13. cp "$dir/all.head" "$dir/all.names"
  14. fulltable >>& "$dir/all.names"
  15. (/bin/sh mmdf.al.check) | mail mail-check -s "Alias file consistency check"
  16. exit
  17.